runtime.inlineFrame.pc (field)
12 uses
runtime (current package)
mprof.go#L602: } else if more := skipOrAdd(uf.pc + 1); !more {
symtab.go#L149: for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {
symtab.go#L155: ci.nextPC = unext.pc + 1
symtab.go#L281: stk = append(stk, uf.pc+1)
symtabinl.go#L44: pc uintptr
symtabinl.go#L70: return inlineUnwinder{f: f}, inlineFrame{pc: pc, index: -1}
symtabinl.go#L79: pc: pc,
symtabinl.go#L87: return uf.pc != 0
symtabinl.go#L93: uf.pc = 0
symtabinl.go#L139: file, line32 := funcline1(u.f, uf.pc, false)
traceback.go#L641: pcBuf[n] = uf.pc + 1
tracestack.go#L323: } else if more := skipOrAdd(uf.pc + 1); !more {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |